da_TwEventMouseButtonGLFWcdecl

Note: The following expect GLFW2 bindings, not GLFW3. In particular GLFW2 keys do not match GLFW3 keys, you'll have to translate them if you want to use these functions.

extern (C)
alias da_TwEventMouseButtonGLFWcdecl = int function(int glfwButton, int glfwAction)

Meta